|
|
|
|
Joined: Aug 2003
Posts: 15
Newbie
|
|
Newbie
Joined: Aug 2003
Posts: 15 |
I know there are ways to hide (or disallow viewing of to certain groups.) the profiles, so something similar should be easy enough to do with the user list.
|
|
|
|
|
Joined: Oct 2003
Posts: 2,305
Old Hand
|
|
Old Hand
Joined: Oct 2003
Posts: 2,305 |
depends on how down and dirty you want it.. if you want a menu in your control panel that you can click on and select and deselect groups you will have to write alot more code persay than if all ya want to do is write a little code in showmembers.php or online.php in which case in those files dependimg if you meant hide the userlist or the who's on line list and add some code basicaly stating
under
$html = new html;
add something like if (strpos($user['U_Groups'], '-4-') == false && strpos($user['U_Groups'], '-5-') == false) { $html -> not_right ("Sorry No Peeky",$Cat); }
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 253
Joined: January 2000
|
|
|
Forums63
Topics37,583
Posts293,955
Members13,824
| |
Most Online151,614 Nov 14th, 2025
|
|
Currently Online 413
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 21
|
|
|
|
|
|